ComponentOne Xamarin Edition
SortAsync Method (C1WrapCollectionView<S,T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : SortAsync Method
The sort descriptions that determine how the data will be sort.
Sorts the collection view according to the specified sort descriptions.
Syntax
[AsyncStateMachine(C1.CollectionView.C1WrapCollectionView`2+d__39[S,T])] 
public virtual Task SortAsync( 
   params SortDescription[] sortDescriptions 
)

Parameters

sortDescriptions
The sort descriptions that determine how the data will be sort.
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members